Scheduler for WinForms
DateAppointmentsCollection コンストラクタ(DateTime,DateTime,IList<Appointment>,Boolean)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule.Printing 名前空間 > DateAppointmentsCollection クラス > DateAppointmentsCollection コンストラクタ : DateAppointmentsCollection コンストラクタ(DateTime,DateTime,IList<Appointment>,Boolean)
日付範囲の開始を表す System.DateTime
日付範囲の終了を表す System.DateTime
予定の System.Collections.Generic.IList`1リスト。
予定なしの日をコレクションに含めるかどうかを指定する System.Boolean値。
指定された C1.C1Schedule.AppointmentCollectionコレクションからの予定を含む指定された日付範囲の DateAppointmentsCollectionコレクションの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal end As System.Date, _
   ByVal appointments As System.Collections.Generic.IList(Of Appointment), _
   ByVal includeEmptyDays As System.Boolean _
)
public DateAppointmentsCollection( 
   System.DateTime start,
   System.DateTime end,
   System.Collections.Generic.IList<Appointment> appointments,
   System.bool includeEmptyDays
)

パラメータ

start
日付範囲の開始を表す System.DateTime
end
日付範囲の終了を表す System.DateTime
appointments
予定の System.Collections.Generic.IList`1リスト。
includeEmptyDays
予定なしの日をコレクションに含めるかどうかを指定する System.Boolean値。
参照

DateAppointmentsCollection クラス
DateAppointmentsCollection メンバ
オーバーロード一覧